You are here: Statements and Functions > Ln()
Syntax samples
LN(<expression>)
Real1 = LN(Real2)
Returns the natural logarithm of an expression.
Any expression. This function returns a real number.
Components
<expression>
LN() returns the natural logarithm of this expression.
EXP().
Please note
To get a logarithm to a particular base, use the following formula:
logbase<expression> = LN<expression>/LN<base>